home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des… Fonts / La Bible des... Fonts.iso / Utilitaires / Print2Pict 3.0 ƒ / README < prev   
Text File  |  1992-05-28  |  2KB  |  45 lines

  1.     This is version 3.0 of Print2Pict. It is a printer driver that previews and saves printed pages to PICT files or the clipboard. It works only under System 7 or later.
  2.  
  3.     Drop it in your extensions folder and select it with the Chooser.
  4.  
  5.     It has an on-line help you can copy to the clipboard and print using any word processor. It also supports Balloon Help.
  6.  
  7. - Description:
  8.  
  9.     The PICT file format is the standard format for saving pictures on a Macintosh. Most of the graphical applications can read these files.
  10.  
  11.     If you copy a page to the clipboard, it can be paste into any document that can include pictures.
  12.  
  13.     You can use Print2Pict with any application that prints using the standard Macintosh interface.
  14.  
  15. - What's new in version 3.0 ?
  16.  
  17.  Ñ Color and high resolution pictures when possible.
  18.  Ñ Custom "paper" sizes.
  19.  Ñ Full support of System 7's Balloon Help.
  20.  Ñ Any scale factors in the preview window.
  21.  Ñ Use of extensions to add new functionality: 
  22.  
  23. - Print to MacPaint file: The pages  are saved in MacPaint format.
  24. - Print to PICS: The pages are saved as the frames of a PICS movie.
  25. - Print to text: The text is extracted from the pages and saved in a text file.
  26. - PostCard: The pages are saved into a standalone application. You can edit a complex document with a DTP software, and then "print" it as a "PostCard". This postcard can then be sent to anyone, who can read it and print it without the DTP software.    
  27.  
  28. - Installation
  29.  
  30.     Ñ Put the Print2Pict file in the "Extensions" folder.
  31.     Ñ Put the folder containing the Print2Pict extensions where you like.
  32.     Ñ Open the "Chooser" from the apple menu.
  33.     Ñ Select Print2Pict in the dialog.
  34.     Ñ Close the "Chooser".
  35.     Ñ Choose "Print╔" in the current application "Menu" file.
  36.     Ñ Click on the "Options" button.
  37.     Ñ Select the "Extensions" icon in the list.
  38.     Ñ Click on the "Search" button. Print2Pict must now know where are its extensions.
  39.     Ñ Close the dialog.
  40.     Ñ Cancel the print dialog.
  41.  
  42. - Writing Print2Pict extensions:
  43.  
  44.     If you are a C or a Pascal programmer, you can write your own extensions. Print2Pict does all the hard work and your extension is called with the printed page as a PicHandle. You can then save this picture in any format you like. A source example comes with Print2Pict (Print to PICS). The file P2PX.h contains all the documentation about writing extensions.
  45.